2027 Method
Changes 0
M

HermiteSpline.Create

Description:
Creates a Hermite spline with default tangency at its endpoints.
Remarks:
The tangents at the ends of the spline are computed from the control points.
Overloads (2):
Create(IList[XYZ],Boolean)
public static HermiteSpline Create(
	IList<XYZ> controlPoints,
	bool periodic
)
  • IList<XYZ>
    controlPoints
    The control points of the Hermite spline.
  • Boolean
    periodic
    True if the Hermite spline is to be periodic, false otherwise.
Return Value HermiteSpline The new HermiteSpline object.